return "GO LOOP" & RETURN & RETURN & "Drop this behavior into the Script Channel of the Score or onto the Stage to make the playback head loop back to the nearest previous marker. " & "If there are no previous markers, the playback head jumps to frame 1." & RETURN & RETURN & "Not compatible with Java." & RETURN & RETURN & "PARAMETERS: None"
end
on getBehaviorTooltip me
return "Frame behavior. " & "Loops the playback head to the nearest previous marker, or to frame 1 if there are no intervening markers. " & "Not compatible with Java."